Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.jface.text.ITextSelection

Packages that use ITextSelection
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer
 

Uses of ITextSelection in org.eclipse.jface.text
 

Classes in org.eclipse.jface.text that implement ITextSelection
 class TextSelection
          Standard implementation of ITextSelection.
 

Methods in org.eclipse.jface.text that return ITextSelection
static ITextSelection TextSelection.emptySelection()
          Returns a shared instance of an empty text selection.
 

Uses of ITextSelection in org.eclipse.jface.text.source
 

Methods in org.eclipse.jface.text.source that return ITextSelection
 ITextSelection LineChangeHover.getLineRange(ISourceViewer viewer, int line, int first, int number)
           
 ITextSelection IAnnotationHoverExtension.getLineRange(ISourceViewer viewer, int line, int first, int number)
          Returns the range of lines that are covered by this hover for the given ISourceViewer at model line line.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.